Update dependency infection/infection to ^0.31.0 - autoclosed#754
Closed
renovate[bot] wants to merge 1 commit into
Closed
Update dependency infection/infection to ^0.31.0 - autoclosed#754renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Contributor
Author
|
renovate
Bot
force-pushed
the
renovate/infection-infection-0.x
branch
2 times, most recently
from
July 6, 2025 04:54
c83540f to
385c572
Compare
renovate
Bot
force-pushed
the
renovate/infection-infection-0.x
branch
2 times, most recently
from
July 28, 2025 18:51
04db8b3 to
a4b126a
Compare
renovate
Bot
force-pushed
the
renovate/infection-infection-0.x
branch
2 times, most recently
from
July 30, 2025 01:41
7d3ef66 to
f1a0275
Compare
renovate
Bot
force-pushed
the
renovate/infection-infection-0.x
branch
4 times, most recently
from
August 15, 2025 22:11
3ae460c to
d296eb2
Compare
renovate
Bot
force-pushed
the
renovate/infection-infection-0.x
branch
4 times, most recently
from
August 29, 2025 10:14
afeb1b0 to
13e5756
Compare
renovate
Bot
force-pushed
the
renovate/infection-infection-0.x
branch
10 times, most recently
from
September 7, 2025 04:52
2c29e28 to
bbf6ec2
Compare
renovate
Bot
force-pushed
the
renovate/infection-infection-0.x
branch
3 times, most recently
from
September 12, 2025 12:10
5b0df09 to
23a0fc7
Compare
renovate
Bot
force-pushed
the
renovate/infection-infection-0.x
branch
3 times, most recently
from
September 19, 2025 10:59
05494f0 to
c988f0f
Compare
renovate
Bot
force-pushed
the
renovate/infection-infection-0.x
branch
2 times, most recently
from
October 7, 2025 11:09
d4af904 to
898d835
Compare
renovate
Bot
force-pushed
the
renovate/infection-infection-0.x
branch
from
October 15, 2025 15:03
898d835 to
5bdd267
Compare
renovate
Bot
force-pushed
the
renovate/infection-infection-0.x
branch
2 times, most recently
from
November 4, 2025 02:02
ce36cab to
5aa2f57
Compare
renovate
Bot
force-pushed
the
renovate/infection-infection-0.x
branch
4 times, most recently
from
November 14, 2025 22:15
d635bdd to
1af1b92
Compare
renovate
Bot
force-pushed
the
renovate/infection-infection-0.x
branch
2 times, most recently
from
November 21, 2025 11:47
de60c45 to
d2594d1
Compare
renovate
Bot
force-pushed
the
renovate/infection-infection-0.x
branch
from
November 26, 2025 21:37
d2594d1 to
513cd0c
Compare
| datasource | package | from | to | | ---------- | ------------------- | ------- | ------ | | packagist | infection/infection | 0.29.14 | 0.31.9 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate
Bot
force-pushed
the
renovate/infection-infection-0.x
branch
from
November 27, 2025 03:29
513cd0c to
ae92363
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.29.12->^0.31.0Release Notes
infection/infection (infection/infection)
v0.31.9: Support PHPStan-dev version in PHPStanAdapterCompare Source
Changed:
Full Changelog: infection/infection@0.31.8...0.31.9
v0.31.8Compare Source
Changed:
Full Changelog: infection/infection@0.31.7...0.31.8
v0.31.7: Show uncovered mutants to output when--with-uncoveredis usedCompare Source
Fixed:
--with-uncoveredis used by @maks-rafalko in #2443--dry-runby @maks-rafalko in #2436Full Changelog: infection/infection@0.31.6...0.31.7
v0.31.6: Introduce --logger-text optionCompare Source
Added:
--logger-textoption to enforce text logger file path by @romm in #2438Full Changelog: infection/infection@0.31.5...0.31.6
v0.31.5Compare Source
Fixed:
--dry-runoption using DryRunProcess wrapper (alternative approach) by @sanmai in #2435Changed:
executionOrder="defects,random"for phpunit.xml by @staabm in #2267CloneVisitorand use nativeCloningVisitorfromphp-parserby @maks-rafalko in #2430Full Changelog: infection/infection@0.31.4...0.31.5
v0.31.4Compare Source
Changed:
--fail-without-result-cacheby @staabm in #2429Internal:
Full Changelog: infection/infection@0.31.3...0.31.4
v0.31.3: PHPStan running out of memory when attempting --static-analysis-tool=phpstanCompare Source
Fixed:
Changed:
Internal:
Full Changelog: infection/infection@0.31.2...0.31.3
v0.31.2: --static-analysis-tool-options and no MSI shown by default for non-covered codeCompare Source
Added:
Mutation Score Indicator (MSI)from default output, show only with--with-uncoveredby @Copilot in #2378Changed:
--static-analysis-tool-optionsCLI option with proper multiple options support by @Copilot in #2374Internal:
copilot-setup-steps.ymlby @maks-rafalko in #2377New Contributors
Full Changelog: infection/infection@0.31.1...0.31.2
v0.31.1: Cleanup old PHPUnit cache files in Infection tmp directoryCompare Source
Added:
Internal:
DiffColorizerby @staabm in #2353Full Changelog: infection/infection@0.31.0...0.31.1
v0.31.0Compare Source
Changed:
--only-covered; Introduce--with-uncoveredinstead by @staabm in #2336executionOrder="defects,random"forphpunit.xmlby @staabm in #2328Fixed:
Internal:
Backward Compatibility Break
This version introduces BC Break. Do the following:
bin/infection, now you need to add--with-uncovered, because by default, Infection doesn't mutate uncovered code anymorebin/infection --only-covered, you need to remove this option because now this is a default behavior and this options has been removedFull Changelog: infection/infection@0.30.3...0.31.0
v0.30.3Compare Source
Changed:
--only-covered; Introduce--with-uncoveredinstead by @staabm in #2336executionOrder="defects,random"forphpunit.xmlby @staabm in #2328Fixed:
Internal:
Backward Compatibility Break
This version introduces BC Break. Do the following:
bin/infection, now you need to add--with-uncovered, because by default, Infection doesn't mutate uncovered code anymorebin/infection --only-covered, you need to remove this option because now this is a default behavior and this options has been removedFull Changelog: infection/infection@0.30.3...0.31.0
v0.30.2Compare Source
Added:
ReturnRemovalmutator by @sanmai in #2296Changed:
0metrics in result summary by @staabm in #2311Fixed:
Internal:
Full Changelog: infection/infection@0.30.2...0.30.3
v0.30.1Compare Source
Changed:
LogicalNotmutator by @staabm in #2283IdenticalEqualby @sanmai in #2248Internal:
Full Changelog: infection/infection@0.30.1...0.30.2
v0.30.0Compare Source
Changed:
TextFileLogger: add hints about different logfile options by @staabm in #2278TrueValue/FalseValuemutator by @staabm in #2280Fixed:
--static-analysis-tool=phpstanby @maks-rafalko in #2284Internal:
Full Changelog
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.